AttachmentFlags Enumeration

Represents attachment's flags.

Definition

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Pst (in Independentsoft.Pst.dll) Version: 1.2.900.17830
C#
public enum AttachmentFlags

Members

InvisibleInHtml0 Indicates that this attachment is not available to HTML rendering applications and should be ignored in MIME processing.
InvisibleInRtf1 Indicates that this attachment is not available to applications rendering in Rich Text Format (RTF) and should be ignored by MAPI.
None2 None

See Also